home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Objects / protos / frameobject.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-25  |  192 b   |  4 lines

  1. static PyObject *frame_getattr ( PyFrameObject *f , char *name );
  2. static int frame_setattr ( PyFrameObject *f , char *name , PyObject *value );
  3. static void frame_dealloc ( PyFrameObject *f );
  4.